projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a36be58
)
(redisplay-dont-pause): Set to t to alleviate display problems.
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 31 Jan 2001 07:47:57 +0000
(07:47 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 31 Jan 2001 07:47:57 +0000
(07:47 +0000)
lisp/term/w32-win.el
patch
|
blob
|
history
diff --git
a/lisp/term/w32-win.el
b/lisp/term/w32-win.el
index 71e7f56256b3a62d1634046b36b6af62c41b1d33..17411a6f0b6a095d89bf1258d34ee82f4940bb3b 100644
(file)
--- a/
lisp/term/w32-win.el
+++ b/
lisp/term/w32-win.el
@@
-79,6
+79,10
@@
(if (fboundp 'new-fontset)
(require 'fontset))
+;; FIXME: this is temporary for v21.1, since many redisplay problems
+;; happen if redisplay-dont-pause is nil.
+(setq redisplay-dont-pause t)
+
;; Because Windows scrollbars look and act quite differently compared
;; with the standard X scroll-bars, we don't try to use the normal
;; scroll bar routines.